From fa8c12a6e7544f7f478a976846832a88dabe7044 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Fri, 17 Feb 2006 16:57:46 +0000 Subject: [PATCH] Paranoia --- includes/SpecialAllmessages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialAllmessages.php b/includes/SpecialAllmessages.php index 8071a9d0a9..eb03f84482 100644 --- a/includes/SpecialAllmessages.php +++ b/includes/SpecialAllmessages.php @@ -150,7 +150,7 @@ function makeHTMLText( $messages ) { $talkLink = $sk->makeBrokenLinkObj( $talkPage, htmlspecialchars( $talk ) ); } - $anchor = strtolower( $title ); + $anchor = htmlspecialchars( strtolower( $title ) ); $anchor = ""; if($changed) { -- 2.20.1